body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font: 14px Arial, Tahoma;
	color: #666;
	font-weight: normal;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #666;
	vertical-align: baseline;
	cursor: pointer;
	font-size: inherit;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

a:hover {
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	min-width: 1200px;
}

*,
div {
	box-sizing: border-box;
}

em,
i {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

li {
	list-style: none;
}


/*清浮*/

.g-cf:after {
	content: "";
	clear: both;
	display: table;
}

.g-cf {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}


/*浮动*/

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

input,
textarea {
	outline: none;
	-webkit-appearance: none;
	background: none;
}

input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8b8b8b;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8b8b8b;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8b8b8b;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8b8b8b;
}

.none {
	display: none;
}

.block {
	display: block;
}

.ht {
	margin-top: 80px;
}

.inside_container {
	width: 1600px;
	margin: 0 auto;
}


/* 登陆注册 */

.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.boxMask {
	width: 62.5%;
	min-width: 900px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.boxMask .left_img {
	width: 53.5%;
}

.boxMask .left_img img {
	width: 100%;
}

.boxMask .right {
	width: 46.5%;
	position: relative;
}

.mask_form {
	padding: 75px;
	/*padding-bottom: 0;*/
}

.mask_form h2 {
	text-align: center;
	font-size: 28px;
	color: #282630;
	font-weight: bold;
	line-height: 50px;
}

.entranceBot {
	margin-top: 80px;
}

.mask_btn .btn {
	width: 311px;
	height: 47px;
	border-radius: 23px;
	font-size: 14px;
	text-align: center;
	line-height: 47px;
	margin: 0 auto 30px;
	cursor: pointer;
}

.mask_btn .btn:last-child {
	margin-bottom: 0;
}

.blue_btn {
	background-color: #00a8ff;
	color: #fff;
}

.border_btn {
	background-color: #fff;
	border: solid 1px #00a8ff;
	color: #00a8ff;
}

.login_form .form_section {
	width: 311px;
	height: 47px;
	border-radius: 23px;
	border: solid 1px #9b9b9b;
	line-height: 45px;
	padding: 0 20px;
	margin: 0 auto 28px;
}

.login_form .form_section>* {
	display: inline-block;
	vertical-align: middle;
}

.login_form .form_section label {
	font-size: 0;
	margin-right: 5px;
	max-width: 26px;
}

.login_form {
	margin-top: 50px;
}

.boxMask .right .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.registerMask .login_form {
	margin-top: 15px;
}

.registerMask .mask_form {
	padding: 55px 75px 0;
}

.upload_ysb {
	font-size: 13px;
	color: #00a8ff;
	text-align: center;
	position: relative;
	max-width: 311px;
	margin: 0 auto 25px;
}

.upload_ysb input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.upload_ysb .zgw-file-name>* {
	display: inline-block;
	vertical-align: middle;
}

.upload_ysb img {
	margin-right: 15px;
}

.dlp {
	text-align: right;
	width: 311px;
	margin: 10px auto 0;
	font-size: 14px;
	color: #999;
}

.dlp a {
	display: inline-block;
	color: #00a8ff;
}

.statuBox {
	text-align: center;
	display: none;
}

.statusMask {
	padding: 100px 0;
}

.statusMask .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.statuBox span {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.statuBox p {
	font-size: 36px;
	color: #000;
	margin-top: 30px;
}

.statuBox .p {
	font-size: 30px;
	color: #999;
	margin-top: 30px;
}

.statuBox .p a {
	display: inline-block;
	color: #ff0000;
}

.boxMask {
	display: none;
}


/*首页*/

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 80px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
	z-index: 112;
}

.h_head {
	width: 1445px;
	margin: 0 auto;
}

.logo {
	padding: 8px 0;
}

.nav,
.collect {
	display: inline-block;
	vertical-align: middle;
}

.nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
	position: relative;
}

.nav li a.navYi {
	display: block;
	font-size: 18px;
	color: #a2a2a2;
	transition: all .4s;
	position: relative;
	padding: 30px 0;
}

.nav li a.navYi span {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 13px;
	transform: translateX(-50%);
	transition: all .3s;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	color: #00a8ff;
}

.nav li.active a.navYi,
.nav li:hover a.navYi {
	color: #00a8ff;
}

.nav li.active a.navYi span{
	display: block;
}

.nav li.active a.navYi::after,
.nav li:hover a.navYi::after {
	width: 100%;
}

.nav .second_nav {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	overflow: hidden;
	width: 120px;
	display: none;
	padding: 0 10px;
	background-color: #fff;
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
}

.nav .second_nav a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	margin: 10px 0;
	text-align: center;
	transition: all .3s;
}

.nav .second_nav a.active,
.nav .second_nav a:hover {
	background-color: #1b86cb;
	color: #fff;
}

.admin {
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
}

.admin1 {
	width: 144px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #00a8ff;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	background-color: #fff;
	font-size: 0;
	cursor: pointer;
}

.admin1 span {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 100%;
	font-size: 14px;
}

.admin1 span.login {
	color: #00a8ff;
}

.admin1 span img {
	width: 17px;
	margin-right: 8px;
	transform: translateY(-2px);
}

.admin1 span.register {
	color: #fff;
	background-color: #00a8ff;
	border-bottom-left-radius: 15px;
}

.admin2 {
	text-align: center;
}

.admin2 img {
	width: 40px;
}

.admin2 p {
	font-size: 18px;
	color: #00a8ff;
	margin-top: 5px;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 50px;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	opacity: 1;
	vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
	height: 30px;
	background-color: #00a8ff;
	border-radius: 5px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 35px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	background-size: 51px 30px;
	background-repeat: no-repeat;
	width: 73px;
	height: 73px;
	background-color: #00a8ff;
	border-radius: 50%;
}

.banner .swiper-button-prev {
	background-image: url(../images/prev.png);
	left: 11%;
}

.banner .swiper-button-next {
	background-image: url(../images/next.png);
	right: 11%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next,
.banner .swiper-pagination-bullet-active {
	-webkit-animation-name: bluePulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bluePulse {
	0% {
		background-color: #00a8ff;
		-webkit-box-shadow: 0 0 27px #00a8ff;
	}
	50% {
		background-color: #1f87bc;
		-webkit-box-shadow: 0 0 9px #048bd1;
	}
	100% {
		background-color: #00a8ff;
		-webkit-box-shadow: 0 0 27px #00a8ff;
	}
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 40px;
	color: #00a8ff;
}

.title h2::before,
.title h2::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 180px;
	height: 2px;
	background-color: #00a8ff;
	margin: 0 40px;
}

.title h3 {
	font-size: 16px;
	color: #00a8ff;
	margin-top: 10px;
}

.title.white_title h2,
.title.white_title h3 {
	color: #fff;
}

.title.white_title h2::before,
.title.white_title h2::after {
	background-color: #fff;
}

.news_box {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}

.news_box .star {
	position: absolute;
}

.news_box .star1 {
	width: 56.9%;
	left: 0;
	bottom: 0;
}

.newSwiper {
	width: 948px;
	margin: 70px auto;
	position: relative;
}

.newSwiper .gallery-top {
	width: 614px;
}

.newSwiper .gallery-thumbs {
	width: 315px;
	height: 321px;
	border-left: solid 1px rgba(255, 255, 255, .61);
	padding: 30px 0 15px;
}

.news_swiper_btn .swiper-button-prev,
.news_swiper_btn .swiper-button-next {
	position: static;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.news_li .news_tit {
	width: 350px;
	margin-left: auto;
	text-align: center;
	margin-top: 45px;
}

.news_li .news_tit h2 {
	font-size: 24px;
	color: #fff;
}

.news_li .news_tit h3 {
	font-size: 19px;
	color: #fff;
	margin-top: 10px;
	margin-left: 40px;
}

.news_li .news_img {
	margin-top: 15px;
	width: 100%;
	height: 227px;
	position: relative;
}

.news_li .img,
.news_li .img img {
	width: 100%;
	height: 100%;
}

.news_li .see_info {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
}

.see_info {
	width: 140px;
	height: 41px;
	border-radius: 20px;
	border: solid 2px #ffffff;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.news_li2 {
	font-size: 18px;
	color: #fff;
}

.news_li2 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.news_li2 p::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 12px;
	height: 13px;
	border: solid 1px #ffffff;
	margin: 0 20px;
	border-radius: 50%;
	transform: translateY(-1px);
}

.newSwiper .swiper-slide-thumb-active .news_li2 {
	font-size: 20px;
}

.newSwiper .swiper-slide-thumb-active .news_li2 p::before {
	background-color: #fff;
	-webkit-animation-name: whitePulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes whitePulse {
	0% {
		background-color: rgba(255, 255, 255, .8);
		-webkit-box-shadow: 0 0 2px #fff;
		border-color: rgba(255, 255, 255, .8);
	}
	50% {
		background-color: #fff;
		-webkit-box-shadow: 0 0 13px #fff;
		border-color: #fff;
	}
	100% {
		background-color: rgba(255, 255, 255, .8);
		-webkit-box-shadow: 0 0 2px #fff;
		border-color: rgba(255, 255, 255, .8);
	}
}

.news_swiper_btn {
	text-align: right;
	padding: 10px;
}

.new_s_b_b {
	width: 81px;
	height: 32px;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 0 0 10px #fff;
	border-radius: 16px;
	margin-left: auto;
	margin-top: 30px;
	font-size: 0;
	position: relative;
}

.new_s_b_b::before {
	display: block;
	content: '';
	width: 50px;
	height: 100%;
	border-radius: 16px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.new_s_b_b.active::before {
	left: 30px;
}

.new_s_b_b>* {
	width: 50%;
	height: 100%;
	background-size: 11px 21px;
}

.new_s_b_b .swiper-button-prev {
	background-image: url(../images/prev2.png);
	background-position: 13px center;
}

.new_s_b_b .swiper-button-prev.on {
	background-position: 17px center;
}

.new_s_b_b .swiper-button-next.on {
	background-position: 11px center;
}

.new_s_b_b .swiper-button-next {
	background-image: url(../images/next2.png);
	background-position: 16px center;
}

.newSwiper .swiper-button-next.swiper-button-disabled,
.newSwiper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.newSwiper .swiper-pagination {
	bottom: 10px;
	width: 315px;
	right: 0;
}

.newSwiper .swiper-pagination-bullet {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	background: none;
	color: #fff;
	font-size: 19px;
	opacity: 1;
	margin: 0 10px;
}

.newSwiper .swiper-pagination-bullet-active {
	background-color: #fff;
	box-shadow: 0 0 5px #fff;
	color: #00a8ff;
}

.profile_box {
	padding-top: 100px;
}

.profile_cont {
	width: 83.9%;
	margin: 0 auto;
}

.profile_info {
	margin-top: 60px;
}

.profile_ul {
	font-size: 0;
	text-align: center;
}

.profile_ul li {
	display: inline-block;
	vertical-align: middle;
	width: 17%;
	margin-right: 2%;
	box-shadow: 0 0 7px #b3b3b3;
	height: 407px;
	transition: all .5s;
	position: relative;
	overflow: hidden;
}

.profile_ul li:nth-child(5) {
	margin-right: 0;
}

.profile_ul li .img {
	height: 274px;
	transition: all .4s;
}

.profile_ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile_ul li .info {
	background-color: #fff;
	text-align: center;
	height: 130px;
	position: relative;
	transition: all .4s;
	position: absolute;
	z-index: 11;
	width: 100%;
}

.profile_ul li .info .info_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.profile_ul li .info .tit {
	text-align: center;
}

.profile_ul li .info .tit span {
	display: block;
	font-size: 14px;
	color: #808080;
	margin: 6px 0;
}

.profile_ul li .info .see_info {
	display: none;
	margin: 90px auto 0;
	background-color: #fff;
	-webkit-animation-name: whitePulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

.profile_ul li:hover {
	width: 22.3%;
	height: 529px;
}

.profile_ul li:hover .img {
	height: 100%;
}

.profile_ul li:hover .info {
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	box-shadow: -9px 0px 40px 0px rgba(24, 25, 92, 0.43);
	bottom: 0;
}

.profile_ul li:hover .info .tit span {
	color: #fff;
}

.profile_ul li:hover .info .tit span:first-child {
	font-size: 30px;
}

.profile_ul li:hover .info .tit span:nth-child(2) {
	font-size: 18px;
}

.profile_ul li:hover .info .see_info {
	display: block;
}

.business_box {
	padding: 100px 0;
}

.white_btn {
	background-color: #fff;
	color: #00a8ff;
}

.business_info {
	margin-top: 40px;
}

.business_ul {}

.business_ul li {
	width: 33.333%;
	float: left;
	position: relative;
	transition: all .4s;
}

.business_ul li .img {
	width: 100%;
	height: 481px;
	overflow: hidden;
}

.business_ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.business_ul li .info {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
}

.business_ul li .info_box {
	position: absolute;
	width: 60%;
	left: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.business_ul li .info_box h2 {
	font-size: 26px;
	color: #fff;
}

.business_ul li .info_box .txt {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.see_info.blue_btn {
	border-color: #00A8FF;
}

.business_ul li .info_box .see_info {
	margin: 60px auto 0;
	transition: all .3s;
}

.business_ul li a {
	display: block;
}

.business_ul li:hover {
	z-index: 99;
}

.business_ul li:hover a {
	transform: scale(1.1);
	z-index: 99;
	transition: all .4s;
	box-shadow: 0px 8px 16px 5px rgba(0, 0, 0, 0.45);
}

.business_ul li:hover .info {
	background-color: rgba(0, 0, 0, .5);
}

.business_ul li:hover .info_box h2 {
	font-size: 30px;
}

.business_ul li:hover .info_box .txt {
	font-size: 20px;
	line-height: 32px;
}

.business_ul li:hover .info_box {
	width: 70%;
}

.business_ul li:hover .info_box .see_info {
	background-color: #fff;
	color: #00A8FF;
	border-color: #fff;
	box-shadow: 0 0 5px #fff;
	margin-top: 40px;
	-webkit-animation-name: whitePulse;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

footer {
	background-color: #3d75ca;
}

.footer_cont {
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0 40px;
}

.footer_nav {
	border-bottom: solid 1px rgba(255, 255, 255, .5);
	font-size: 0;
	padding: 0 30px;
}

.footer_nav li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 30px 15px;
}

.footer_nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
	opacity: .5;
}

.footer_nav li span {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: none;
}

.footer_nav li:hover a {
	opacity: 1;
	transform: scale(1.2);
}

.footer_nav li:hover span {
	display: block;
}

.footer_info {
	margin-top: 50px;
}

.footer_ul li {
	float: left;
	margin-right: 150px;
}

.footer_ul li:first-child {
	width: 150px;
}

.footer_ul li:first-child h2 {
	margin-left: 0;
}

.footer_ul li:nth-child(2) {
	width: 250px;
}

.footer_ul li:nth-child(3) {
	width: 280px;
	margin-right: 0;
}

.footer_ul li h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	margin-left: 20px;
}

.foot_icon {
	font-size: 0;
}

.foot_icon>* {
	display: inline-block;
	vertical-align: middle;
}

.img2 {
	display: none;
}

.foot_icon dd {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	transition: all .2s;
}

.foot_icon dd:last-child {
	margin-right: 0;
}

.foot_icon dd:hover .img1 {
	display: none;
}

.foot_icon dd:hover .img2 {
	display: block;
}

.footer_ul li .information div {
	margin-bottom: 5px;
}

.footer_ul li .information div>* {
	display: inline-block;
	vertical-align: top;
}

.footer_ul li .information span {
	margin-right: 9px;
	transform: translateY(5px);
}

.footer_ul li .information p {
	max-width: 89%;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.footer_ul li .information .p{
	max-width: 89%;
}
.footer_ul li .information .p p{
	max-width: 100%;
}
.footer_info .ewm {
	text-align: center;
}

.footer_info .ewm p {
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
}

.record {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 20px;
}


/*新闻成交公告*/

.inside_banner .swiper-pagination {
	bottom: 170px;
}

.inside_menu {
	width: 93.6%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
	margin-top: -150px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.inside_menu ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.inside_menu ul li {
	float: left;
	flex: 1;
	height: 230px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all .4s;
}

.inside_menu ul li .tit {
	color: #00a8ff;
}

.inside_menu ul li .tit h2 {
	font-size: 24px;
	color: #00a8ff;
	transition: all .4s;
}

.inside_menu ul li .tit h3 {
	font-size: 16px;
	margin-top: 20px;
	color: #00a8ff;
	transition: all .4s;
}

.inside_menu ul li .bg {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	transition: all .4s;
}


.inside_menu ul li.active {
	background-color: #009bff;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}

.inside_menu ul li.active .bg {
	width: 100%;
	height: 100%;
}

.inside_menu ul li.active .tit h2,
.inside_menu ul li.active .tit h3 {
	color: #fff;
}

.inside_nav {
	padding: 20px 0;
	border-bottom: dashed 1px #e4e4e4;
}

.inside_nav>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #666;
}

.inside_nav img {
	transform: translateY(-2px);
}

.inside_nav a::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 12px;
	height: 16px;
	background-image: url(../images/jt.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 17px 0 29px;
	transform: translateY(-2px);
}

.inside_nav a:last-child::after {
	display: none;
}

.notice_list {
	margin: 40px 0;
}

.notice_ul {
	margin: 60px 0;
}

.notice_ul li {
	width: 45%;
	padding: 20px 0;
	border-bottom: dashed 1px #e4e4e4;
	position: relative;
	padding-left: 24px;
}

.notice_ul li:nth-child(2n - 1) {
	float: left;
}

.notice_ul li:nth-child(2n) {
	float: right;
}

.notice_ul .li_box p {
	font-size: 18px;
	color: #222;
	transition: all .3s;
}

.notice_ul .li_box .info {
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice_ul .li_box .right {
	width: 35%;
}

.notice_ul li::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 13px;
	height: 12px;
	border: solid 1px #067ae5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: .5;
	transform: translatey(-50%);
	transition: all .3s;
}

.notice_ul .li_box .right>* {
	display: inline-block;
	vertical-align: middle;
}

.notice_ul .li_box .btn {
	width: 67px;
	height: 28px;
	background-color: rgba(6, 122, 229, 0.2);
	border-radius: 14px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #067ae5;
	transition: all .3s;
	margin-top: -6px;
}

.notice_ul li:hover::before {
	background-color: #009bff;
}

.notice_ul li:hover p {
	color: #009bff;
}

.notice_ul li:hover .li_box .btn {
	background-color: #009bff;
	color: #fff;
}

.list_bot {
	margin-top: 80px;
	padding: 0 60px 0 90px;
}

.wejoy_page {
	font-size: 0;
}

.wejoy_page a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #e8ebef;
	text-align: center;
	font-size: 18px;
	color: #909ba7;
	margin-right: 10px;
	transition: all .4s;
}

.wejoy_page a.active {
	background-color: #009bff;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.wejoy_page a.ellipsis {
	background: none;
}

.wejoy_page a.ellipsis:hover {
	color: #909ba7;
	transform: none;
}

.page_arrow {
	font-size: 0;
}

.page_arrow a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-color: #0baa46;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin-left: 10px;
	transition: all .4s;
}

.page_arrow a.disable {
	background-color: #e8ebef;
}

.page_arrow a.disable .img2 {
	display: inline-block;
}

.page_arrow a.disable .img1 {
	display: none;
}

.page_arrow a:hover .img01 {
	display: none;
}

.page_arrow a:hover .img02 {
	display: inline-block;
}

.inside_box {
	overflow: hidden;
	padding-bottom: 60px;
}

.info_cont_box .img img {
	width: 100%;
}

.info_cont_box .txt {
	font-size: 20px;
	line-height: 36px;
	margin: 35px 0;
}

.down_btn {
	width: 520px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 8px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}

.down_btn a {
	display: block;
	font-size: 20px;
	color: #00a8ff;
}

.down_btn a img {
	margin-right: 19px;
	transform: translateY(-2px);
}

.info_switch {
	margin: 100px 0 20px;
	padding: 0 150px;
}

.info_btn {
	width: 141px;
	height: 60px;
	background-color: #00a8ff;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 8px;
	line-height: 60px;
	text-align: center;
}

.info_btn a {
	display: block;
	font-size: 20px;
	color: #fff;
}

.info_btn.disable {
	background-color: #fff;
}

.info_btn.disable a {
	color: #00a8ff;
}

.info_cont {
	margin-top: 40px;
}


/*新闻 公司动态*/

.news_inside {
	width: 1757px;
	margin: 0 auto;
}

.news_ul {
	margin: 60px 0 -30px;
}

.news_ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.news_ul li:nth-child(4n) {
	margin-right: 0;
}

.news_ul li .img {
	overflow: hidden;
}

.news_ul li .img img {
	width: 100%;
	transition: all .3s;
	height: 309px;
}

.news_ul li:hover .img img {
	transform: scale(1.3);
}

.news_ul li .info {
	padding: 30px 0;
}

.news_ul li .info h2 {
	font-size: 18px;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_ul li .info .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 70px;
	font-size: 18px;
	line-height: 36px;
	color: #666;
	margin-top: 20px;
}

.news_ul li .info .date {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}


/*企业概况-达远大事记*/

.history_banner {
	margin-top: 70px;
	padding: 0 150px;
	position: relative;
}

.history_banner .his_icon {
	background-image: url(../images/before2.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 30px;
	display: block;
	margin: 0 auto;
}

.history_banner .swiper-button-next,
.history_banner .swiper-button-prev {
	width: 54px;
	height: 54px;
	background-size: 54px 54px;
	top: 20px;
	margin-top: 0;
}

.history_banner .swiper-button-next {
	background-image: url(../images/next6.png);
}

.history_banner .swiper-button-prev {
	background-image: url(../images/prev6.png);
}

.history_banner .swiper-button-next.swiper-button-disabled {
	background-image: url(../images/next5.png);
	opacity: 1;
}

.history_banner .swiper-button-prev.swiper-button-disabled {
	background-image: url(../images/prev5.png);
	opacity: 1;
}

.historyline {
	position: absolute;
	width: 1920px;
	height: 2px;
	background-color: #cfcfcf;
	top: 47px;
	left: -10%;
}

.history_box {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-top: 45px;
}

.history_banner .swiper-slide {
	cursor: pointer;
}

.history_banner .history_li.active .his_icon {
	background-image: url(../images/before.png);
}

.history_banner .history_li.active .history_box {
	color: #df1d40;
}

.history_cont {
	margin-top: 100px;
}

.history_ul li {
	margin-bottom: 60px;
}

.history_ul li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

.history_ul li .txt {
	margin-top: 25px;
	font-size: 16px;
	line-height: 38px;
	color: #666;
}

.history_ul li .img {
	margin-top: 55px;
}

.history_ul li:last-child {
	margin-bottom: 0;
}

.customer_ul li:hover h2 {
	color: #009bff;
	transition: all .4s;
}

.honor_cont {
	position: relative;
}

.honorSwiper {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 110px;
}

.honorSwiper .swiper-button-prev,
.honorSwiper .swiper-button-next {
	width: 70px;
	height: 100px;
	background-color: rgba(0, 155, 255, 0.8);
}

.honorSwiper .swiper-button-prev {
	left: 0;
	border-radius: 0px 8px 8px 0px;
}

.honorSwiper .swiper-button-next {
	right: 0;
	border-radius: 8px 0px 0px 8px;
}

.development_ul li .info h2 {
	color: #333333;
}

.development_ul li .img_box {
	position: relative;
}

.development_ul li .category {
	position: absolute;
	right: -8px;
	bottom: -8px;
	width: 90px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}

.category.blue_span {
	background-color: rgba(0, 168, 255, 0.7);
}

.category.green_span {
	background-color: rgba(33, 208, 78, 0.7);
}

.category.orange_span {
	background-color: rgba(255, 150, 0, 0.7);
}

.information_box {
	margin-top: 180px;
}

.information_box h3 {
	font-size: 32px;
	color: #3d75ca;
}

.information_txt,
.information_txt a {
	display: block;
	font-size: 18px;
	line-height: 36px;
	color: #666;
	margin: 20px 0 30px;
}

.inside_container2 {
	width: 1400px;
	margin: 0 auto;
}

.recruit_ul {
	margin-top: 60px;
}

.recruit_ul li {
	margin-bottom: 20px;
}

.recruit_ul li:nth-child(2n) .info,
.recruit_ul li:nth-child(2n - 1) .img {
	float: right;
}

.recruit_ul li:nth-child(2n) .img,
.recruit_ul li:nth-child(2n - 1) .info {
	float: left;
}

.recruit_ul li .img {
	width: 50%;
}

.recruit_ul li .info {
	width: 46.5%;
	margin-left: 3.5%;
	position: relative;
}

.recruit_ul li .info h2 {
	font-size: 40px;
	color: #333;
	margin-left: 10px;
}

.recruit_ul li .info .txt {
	font-size: 18px;
	color: #333;
	margin: 30px 0;
	margin-left: 10px;
	max-width: 432px;
}

.recruit_ul li .info_box {
	margin-top: 100px;
}

.recruit_ul li .info .arrow_btn {
	width: 72px;
	height: 72px;
	background-color: #00a8ff;
	opacity: 0.7;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 72px;
	box-shadow: 0 0 10px #00a8ff;
	margin-top: 70px;
}


/*人才招聘详情*/

.recruit_info_box {
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
	padding: 60px 100px 25px 40px;
}

.recruit_info {
	margin: 40px auto;
}

.recruit_info_box h2 {
	font-size: 40px;
	font-weight: bold;
}

.recruit_info_box .txt {
	margin: 40px 0;
	font-size: 18px;
	color: #000;
}

.apply_btn {
	width: 327px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin: 60px auto 0;
}

.apply_btn a {
	display: block;
	color: #fff;
	font-size: 32px;
}

.more_position {
	margin-top: 80px;
}

.more_position h2 {
	font-size: 32px;
	color: #333;
}

.more_position ul {
	margin: 35px 70px;
}

.more_position ul li {
	float: left;
	margin-right: 8%;
	width: 28%;
}

.more_position ul li:nth-child(3n) {
	margin-right: 0;
}

.more_position ul li .img {
	width: 100%;
	overflow: hidden;
}

.more_position ul li .img img {
	transition: all .3s;
}

.more_position ul li .info {
	padding-top: 30px;
}

.more_position ul li .info h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.more_position ul li .info p {
	font-size: 18px;
	color: #333;
	margin-top: 30px;
}

.aplly_mask {
	position: fixed;
	width: 80%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	padding: 30px 0 20px;
	min-width: 1000px;
	display: none;
	min-height: 651px;
}

.aplly_mask .tit {
	border-bottom: solid 1px #dddddd;
	padding: 15px 50px 35px;
}

.aplly_mask .tit h2 {
	font-size: 26px;
	color: #231815;
}

.aplly_mask .close {
	position: absolute;
	right: 50px;
	top: 40px;
}

.apply_form {
	margin-top: 30px;
	padding: 0 50px;
}

.apply_section {
	margin-bottom: 13px;
}

.apply_section>* {
	display: inline-block;
	vertical-align: middle;
}

.text_section>* {
	vertical-align: text-top;
}

.apply_section span {
	font-size: 18px;
	color: #040000;
}

.apply_section input,
.apply_section textarea {
	width: 408px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #000000;
	font-size: 16px;
	color: #000;
	padding: 0 10px;
}

.apply_section textarea {
	height: 324px;
	width: 90%;
	padding: 10px;
}

.area_btn {
	position: absolute;
	bottom: 50px;
	right: 8.5%;
}

.area_btn>* {
	width: 161px;
	height: 69px;
	font-size: 30px;
	margin-left: 20px;
}

.area_btn input[type="reset"] {
	background-color: #dddddd;
	color: #999;
}


/*修改个人资料*/

.personal_info {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	margin-top: 58px;
	padding: 60px 90px;
}

.personal_box {
	padding: 100px 0;
}

.personal_section {
	margin-bottom: 30px;
}

.personal_section>* {
	display: inline-block;
	vertical-align: middle;
}

.personal_section span {
	font-size: 18px;
	color: #666;
	width: 130px;
}

.personal_section input {
	width: 465px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 8px;
	padding: 0 39px;
	font-size: 18px;
	color: #666;
}

.personal_section_info {
	position: relative;
}

.personal_section_info .edit {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.personal_section_info .edit span {
	display: inline-block;
	font-size: 18px;
	color: #15afff;
	width: auto;
	margin-left: 20px;
	vertical-align: middle;
}

.apply_btn>button {
	padding: 0;
	font-size: 28px;
	color: #fff;
	background: none;
}

.tximg {
	position: relative;
	width: 300px;
	height: 210px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 8px;
}

.tximg input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.tximg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.head_section_info .edit {
	bottom: 14px;
	right: 15px;
	left: auto;
	top: auto;
}

.bling {
	background-image: url(../images/star2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
}

.star_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.star_box span {
	width: 30px;
	height: 30px;
	background: url("../images/star2.png") no-repeat;
	position: absolute;
	background-size: 100% 100%;
	animation: flash 1s alternate infinite;
}

@keyframes flash {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.news_box .star1 {
	animation: flash 1s alternate infinite;
}
.news_li .news_tit{
	width: auto;
}
/*2020.8.26*/
.form_section{
	position: relative;
}
#yzmBtn{
	color: #00a8ff;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.newSwiper .gallery-top{
	width: 470px;
}
.news_li .news_img{
	height: 280px;
}
.newSwiper .gallery-thumbs{
	width: 375px;
	padding: 15px 0 15px 80px;
}
.news_li .news_tit h2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_li .news_tit{
	margin-top: 0;
}
.newSwiper .swiper-pagination{
	text-align: left;
	padding-left: 30px;
}
.newSwiper .swiper-pagination span{
	text-align: center;
}
/*2020.8.28*/
.tip_mask{
	position: fixed;
	top: 50%;
	left: 70%;
	border-radius: 8px;
	background-color: rgba(0,0,0,.6);
	padding: 5px 15px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	line-height: 34px;
	z-index: 9999;
	min-width: 260px;
	text-align: center;
	display: none;
	transform: translate(-50%,-50%);
}
.inside_menu ul li .bg img{
	/*width: 100%;*/
	height: 65%;
	max-width: 100%;
}
.honorSwiper .swiper-wrapper{
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}
.inside_menu ul li .bg{
	overflow: hidden;
}
